projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b46d8
)
* whitespace.el (whitespace-buffer): Call remove-overlays after
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 7 Nov 2006 17:36:55 +0000
(17:36 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 7 Nov 2006 17:36:55 +0000
(17:36 +0000)
overlay-recenter for performance. Suggested by Martin Rudalics.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 981ed383dd46eff4437e20b6146592693f9351b7..9925d5ca8da0776ba693bf4c0a0882a7578c37d1 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2006-11-07 Chong Yidong <cyd@stupidchicken.com>
+
+ * whitespace.el (whitespace-buffer): Call remove-overlays after
+ overlay-recenter for performance. Suggested by Martin Rudalics.
+
2006-11-07 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-default-method): scp is the default method.